home *** CD-ROM | disk | FTP | other *** search
- *** ./Makefile Mon Jan 23 06:01:28 1995
- --- ../joe/./Makefile Wed Jan 6 16:27:13 1999
- ***************
- *** 9,17 ****
- # to go and where you want the man page
- # to go:
-
- ! WHEREJOE = /usr/local/bin
- ! WHERERC = /usr/local/lib
- ! WHEREMAN = /usr/man/man1
-
- # If you want to use TERMINFO, you have to set
- # the following variable to 1. Also you have to
- --- 9,17 ----
- # to go and where you want the man page
- # to go:
-
- ! WHEREJOE = /usr/freeware/bin
- ! WHERERC = /usr/freeware/lib/joe
- ! WHEREMAN = /usr/freeware/catman/u_man/cat1
-
- # If you want to use TERMINFO, you have to set
- # the following variable to 1. Also you have to
- ***************
- *** 26,33 ****
- # for some HPUX systems, you need to add: -D_HPUX_SOURCE
-
- # C compiler options: make's built-in rules use this variable
- !
- ! CFLAGS = -O
-
- # C compiler to use: make's built-in rules use this variable
-
- --- 26,33 ----
- # for some HPUX systems, you need to add: -D_HPUX_SOURCE
-
- # C compiler options: make's built-in rules use this variable
- ! # inherited from freeware make.
- ! #CFLAGS = -O
-
- # C compiler to use: make's built-in rules use this variable
-
-